Get ERC-721 token transfer events by address
GET/?module=account&action=tokennfttx
Get ERC-721 token transfer events by address
Request
Query Parameters
module stringrequired
Possible values: [account
]
action stringrequired
Possible values: [tokennfttx
]
apiKey stringrequired
Example: pk_1234567890
address stringrequired
string containing the address hash.
contractaddress string
string with the token contract address to identify a contract. Optional.
startblock integer
integer block number to start transaction search. Optional.
endblock integer
integer block number to stop transaction search. Optional.
page integer
integer representing the page number used for pagination. offset
must also be provided. Optional.
offset integer
integer representing number of transactions returned per page. page
must also be provided. Optional.
sort string
Possible values: [asc
, desc
]
sorting preference, asc
for ascending and desc
for descending. Descending is default. Optional.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
message string
result object[]
status string
{
"message": "string",
"result": [
{}
],
"status": "string"
}
Loading...